﻿2026-06-04T00:09:15.3701482Z ##[group]Run actions/checkout@v4
2026-06-04T00:09:15.3702842Z with:
2026-06-04T00:09:15.3703869Z   repository: SaberMage/spt-core
2026-06-04T00:09:15.3714114Z   token: ***
2026-06-04T00:09:15.3714901Z   ssh-strict: true
2026-06-04T00:09:15.3715705Z   ssh-user: git
2026-06-04T00:09:15.3716513Z   persist-credentials: true
2026-06-04T00:09:15.3717411Z   clean: true
2026-06-04T00:09:15.3718226Z   sparse-checkout-cone-mode: true
2026-06-04T00:09:15.3719198Z   fetch-depth: 1
2026-06-04T00:09:15.3719982Z   fetch-tags: false
2026-06-04T00:09:15.3720974Z   show-progress: true
2026-06-04T00:09:15.3721807Z   lfs: false
2026-06-04T00:09:15.3722563Z   submodules: false
2026-06-04T00:09:15.3723716Z   set-safe-directory: true
2026-06-04T00:09:15.3725085Z ##[endgroup]
2026-06-04T00:09:15.5008055Z Syncing repository: SaberMage/spt-core
2026-06-04T00:09:15.5011939Z ##[group]Getting Git version info
2026-06-04T00:09:15.5017042Z Working directory is '/home/runner/work/spt-core/spt-core'
2026-06-04T00:09:15.5019628Z [command]/usr/bin/git version
2026-06-04T00:09:15.5095709Z git version 2.54.0
2026-06-04T00:09:15.5125684Z ##[endgroup]
2026-06-04T00:09:15.5150302Z Temporarily overriding HOME='/home/runner/work/_temp/d3af2fce-89ee-445a-9fef-f8ba03f7537c' before making global git config changes
2026-06-04T00:09:15.5154929Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T00:09:15.5168946Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/spt-core/spt-core
2026-06-04T00:09:15.5219761Z Deleting the contents of '/home/runner/work/spt-core/spt-core'
2026-06-04T00:09:15.5225165Z ##[group]Initializing the repository
2026-06-04T00:09:15.5230274Z [command]/usr/bin/git init /home/runner/work/spt-core/spt-core
2026-06-04T00:09:15.5308331Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-04T00:09:15.5316233Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-04T00:09:15.5327001Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-04T00:09:15.5334563Z hint: call:
2026-06-04T00:09:15.5336125Z hint:
2026-06-04T00:09:15.5340229Z hint: 	git config --global init.defaultBranch <name>
2026-06-04T00:09:15.5342089Z hint:
2026-06-04T00:09:15.5344834Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-04T00:09:15.5347767Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-04T00:09:15.5350149Z hint:
2026-06-04T00:09:15.5351501Z hint: 	git branch -m <name>
2026-06-04T00:09:15.5352973Z hint:
2026-06-04T00:09:15.5355168Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-04T00:09:15.5358290Z Initialized empty Git repository in /home/runner/work/spt-core/spt-core/.git/
2026-06-04T00:09:15.5363233Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-04T00:09:15.5402766Z ##[endgroup]
2026-06-04T00:09:15.5405626Z ##[group]Disabling automatic garbage collection
2026-06-04T00:09:15.5408014Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T00:09:15.5438824Z ##[endgroup]
2026-06-04T00:09:15.5441082Z ##[group]Setting up auth
2026-06-04T00:09:15.5448543Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T00:09:15.5495012Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T00:09:15.5860544Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T00:09:15.5902741Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T00:09:15.6170845Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T00:09:15.6218574Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T00:09:15.6495090Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T00:09:15.6542182Z ##[endgroup]
2026-06-04T00:09:15.6545553Z ##[group]Fetching the repository
2026-06-04T00:09:15.6554159Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +20b05788920237d2df7a6da452d55dc9e510947c:refs/remotes/origin/dev-freeform
2026-06-04T00:09:15.9909943Z From https://github.com/SaberMage/spt-core
2026-06-04T00:09:15.9917457Z  * [new ref]         20b05788920237d2df7a6da452d55dc9e510947c -> origin/dev-freeform
2026-06-04T00:09:15.9975785Z ##[endgroup]
2026-06-04T00:09:15.9979601Z ##[group]Determining the checkout info
2026-06-04T00:09:15.9981582Z ##[endgroup]
2026-06-04T00:09:15.9986986Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T00:09:16.0124931Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T00:09:16.0185243Z ##[group]Checking out the ref
2026-06-04T00:09:16.0187357Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T00:09:16.0444855Z Switched to a new branch 'dev-freeform'
2026-06-04T00:09:16.0456087Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T00:09:16.0519147Z ##[endgroup]
2026-06-04T00:09:16.0564560Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T00:09:16.0588229Z 20b05788920237d2df7a6da452d55dc9e510947c
